The following tables list the members exposed by CacheItem<T>.
Public Constructors
Name | Description | |
---|---|---|
![]() |
CacheItem<T> | Initializes a new instance of CacheItem<T> with the specified key. |
![]() |
CacheItem<T> | Initializes a new instance of CacheItem<T> with the specified key and value. |
![]() |
CacheItem<T> | Initializes a new instance of CacheItem<T> with the specified key and value and region. |
Protected Constructors
Name | Description | |
---|---|---|
![]() |
CacheItem<T> | Initializes a new instance of CacheItem<T>. |
Public Methods
Name | Description | |
---|---|---|
![]() |
ToNonGeneric | Creates a non generic version of this class. |
Public Properties
Name | Description | |
---|---|---|
![]() |
Key | The unique identifier for this CacheItem<T>. |
![]() |
RegionName | Name of the region in the cache for this CacheItem<T>. |
![]() |
Value | Data for this CacheItem<T>. |